﻿@charset "utf-8";

/* CSS Document */

html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}

ul,li {list-style-type:none;}

.clear {clear:both; *display:inline;/*IE only*/}



/*menu*/

#menu {height:32px;

	 line-height:32px;width:400px; overflow:hidden}

#nav {

     margin:0 ; 

     width:400px; 

     display:block;

	 font-size:14px;

	 height:32px;

	 line-height:32px;

	 overflow:hidden;

	 font-family:"微软雅黑";

}

#nav .mainlevel {

	  float:left;

	  color:#a6043c;  

	  width:80px;

/*IE6 only*/}

#nav .mainlevel a {

      color:#333; 

	  text-decoration:none; 

	  line-height:32px; 

	  display:block; 

	  padding:0; 

	  width:80px;

	  text-align:center;

	  }

#nav .mainlevel:hover {

      color:#333;

	  line-height:32px;

	  text-decoration: none; 

	  background:url(4.jpg) no-repeat center bottom;

	  }



#nav .mainlevel1 {

      background:url(../images/d1.jpg) 0 0 repeat-x;

	  float:left; 

      color:#000000;

	  margin:0px;

	  padding:0px;

	  

	  overflow:hidden;

	  width:80px;

/*IE6 only*/}

#nav .mainlevel1 li { list-style:none; height:35px; line-height:35px; overflow:hidden; font-weight:80;}

#nav .mainlevel1 a {

      color:#888;

	  text-decoration:none; 

	  line-height:35px; 

	  display:block; 

	  padding:0; 

	  width:80px;

	  height:35px;

	  margin:0px;

	  padding:0px;

	  overflow:hidden;

	  text-align:center;

	  }

#nav .mainlevel1 a:hover {

      color:#555;

	  line-height:35px;

	  text-decoration:none; 

	  }

#nav .mainlevel ul {Z-INDEX: 999;

      display:none; 

	  position:absolute;

	  }

#nav .mainlevel li {

      background:#fff; 

	  width:80px;

	  /*IE6 only*/}

	  



